home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
game
/
juji.swf
/
scripts
/
frame_4
/
PlaceObject2_41_204
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-03-01
|
169 b
|
11 lines
onClipEvent(enterFrame){
if(_root.life eq 0)
{
stopAllSounds();
tellTarget("_root")
{
gotoAndStop("gameover");
}
}
}